home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Mac Easy 2010 May
/
Mac Life Ubuntu.iso
/
casper
/
filesystem.squashfs
/
var
/
lib
/
dpkg
/
info
/
metacity.preinst
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2009-05-14
|
266 b
|
11 lines
#!/bin/sh -e
# clean up doc directory symlinking from Gutsy
if [ "$1" = install ] || [ "$1" = upgrade ]; then
if dpkg --compare-versions "$2" lt-nl 1:2.21.2; then
[ -e "/usr/share/doc/metacity" ] && rm -f /usr/share/doc/metacity || true
fi
fi